Frequently Asked QuestionsDirect link to Frequently Asked Questions
Do I need to install anything to run tests in the cloud?Direct link to Do I need to install anything to run tests in the cloud?
No. Cloud Agents run on fully managed, ephemeral infrastructure. Sign up, write test cases in plain English, and execute them — no local grid, no browser drivers, no CI configuration required.
How do plain-English test cases work?Direct link to How do plain-English test cases work?
You describe the flow in plain language. The O2 agent interprets each instruction against your live application, locates elements dynamically, handles waits and assertions, then executes the steps in a real browser — so tests survive UI redesigns. See Test Cases.
Can I run tests on a schedule or in my pipeline?Direct link to Can I run tests on a schedule or in my pipeline?
Yes — schedule runs on a cron or trigger them after every deploy. Results post back to Slack, email, or your own dashboard. See Scheduling Jobs.
How many tests can I run on the Free Trial?Direct link to How many tests can I run on the Free Trial?
The trial is 7 days. Paid Cloud Agent plans include unlimited executions — there is no per-run quota after you subscribe. Start at app.devassure.io/sign_up.
How is cloud execution priced?Direct link to How is cloud execution priced?
Cloud Agent is $25 per agent per month with unlimited test executions — no token-based metering and no per-run or per-call charges. Add agents to increase parallelism as your suite grows — see Agents. Current plans are on the pricing page.
What happens if I start more sessions than I have agents?Direct link to What happens if I start more sessions than I have agents?
Additional sessions queue and start automatically as agents free up — they aren't dropped or failed. See Agents.
Where do I see why a session failed?Direct link to Where do I see why a session failed?
Open the session from Test sessions for a per-step breakdown with screenshots and pass/fail detail. See Test Sessions.